Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop docker from makefile and README #611

Conversation

MatousJobanek
Copy link
Contributor

@MatousJobanek MatousJobanek commented Dec 18, 2024

  • rename docker.mk to podman.mk (contains only podman targets now)
  • update the doc

Comment on lines -54 to -57
.PHONY: set-os-registry
## Sets TARGET_REGISTRY:=$(shell oc get images.config.openshift.io/cluster -o jsonpath={.status.externalRegistryHostnames[0]})
set-os-registry:
$(eval TARGET_REGISTRY:=$(shell oc get images.config.openshift.io/cluster -o jsonpath={.status.externalRegistryHostnames[0]}))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could maybe start using the internal OpenShift registry to simplify the dev setup/environment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can take a look at it when I'll work on the CI/CD changes that will be needed for moving repos to kubesaw GH org, and for introducing standard semver releases.

@alexeykazakov
Copy link
Contributor

/retest

@alexeykazakov
Copy link
Contributor

infra issue

/retest

@alexeykazakov
Copy link
Contributor

/lgtm

@MatousJobanek
Copy link
Contributor Author

infra issue

/retest

Copy link

openshift-ci bot commented Dec 19, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alexeykazakov, MatousJobanek, rajivnathan, xcoulon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [MatousJobanek,alexeykazakov,rajivnathan,xcoulon]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alexeykazakov
Copy link
Contributor

/retest

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.59%. Comparing base (d1914fb) to head (f2bb57b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #611   +/-   ##
=======================================
  Coverage   81.59%   81.59%           
=======================================
  Files          29       29           
  Lines        3292     3292           
=======================================
  Hits         2686     2686           
  Misses        457      457           
  Partials      149      149           

@openshift-merge-bot openshift-merge-bot bot merged commit 22cd84e into codeready-toolchain:master Dec 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants